<details><summary>Click here if you need help locating the table</summary> ``` Below is the code to isolate the table, you will now need to loop through the rows and columns like in the previous lab soup.find_all("tbody")[1] If you want to use the read_html function the table is located at index 1 We are focusing on quarterly revenue in the lab. ``` </details>